Contribution org.nuxeo.ecm.platform.publisher.contrib--factory
In component org.nuxeo.ecm.platform.publisher.contrib
org.nuxeo.ecm.platform.publisher.contrib
inside nuxeo-platform-publisher-core-8.10.jar /OSGI-INF/publisher-contrib.xml
This contribution is part of XML component Documentation
Default PublishedDocumentFactories available to use.
- CoreProxy: to manage published documents based on a proxy
- LocalFile: to manage published documents on the file system
- RemoteDocModel: to manage published documents on the server when using the remote publication
Extension Point
Extension point factory of component PublisherServiceImpl.Contributed Items
XML Source
<extension point="factory" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">
<documentation>
Default PublishedDocumentFactories available to use.
- CoreProxy: to manage published documents based on a proxy
- LocalFile: to manage published documents on the file system
- RemoteDocModel: to manage published documents on the server when using
the remote publication
@author Thomas Roger(troger@nuxeo.com)
</documentation>
<publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.impl.core.CoreProxyFactory" name="CoreProxy"/>
<publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.impl.localfs.FSPublishedDocumentFactory" name="LocalFile"/>
<publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.remoting.server.SimpleExternalDocumentModelFactory" name="RemoteDocModel"/>
<publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.remoting.client.ClientProxyFactory" name="ClientProxyFactory"/>
</extension>